Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(front_vehicle_velocity_estimator): rework parameters #5241

Conversation

YuqiHuai
Copy link
Contributor

@YuqiHuai YuqiHuai commented Oct 5, 2023

Description

ROS node configuration refactored according to Guideline.

Related links

None.

Tests performed

  1. Build colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to front_vehicle_velocity_estimator
  2. Launch ros2 launch front_vehicle_velocity_estimator front_vehicle_velocity_estimator.launch.xml

Notes for reviewers

None.

Interface changes

  1. Update CMakeLists.txt to include config
  2. Update README.md
  3. Create param file and schema file
  4. Update launch file
  5. Update calls to declare_parameter

Effects on system behavior

None.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) labels Oct 5, 2023
@YuqiHuai YuqiHuai changed the title refactor(front_vehicle_Velocity_estimator): rework parameters refactor(front_vehicle_velocity_estimator): rework parameters Oct 5, 2023
@miursh miursh added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (765a596) 15.32% compared to head (973d8b1) 15.35%.
Report is 488 commits behind head on main.

Files Patch % Lines
...tor_node/front_vehicle_velocity_estimator_node.cpp 0.00% 6 Missing ⚠️
...rivable_area_expansion/drivable_area_expansion.cpp 40.00% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5241      +/-   ##
==========================================
+ Coverage   15.32%   15.35%   +0.02%     
==========================================
  Files        1721     1721              
  Lines      118559   118300     -259     
  Branches    37995    37888     -107     
==========================================
- Hits        18169    18160       -9     
+ Misses      79657    79416     -241     
+ Partials    20733    20724       -9     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 15.35% <40.00%> (+0.02%) ⬆️ Carriedforward from 017aed4

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scepter914 scepter914 removed the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 16, 2023
@@ -28,7 +28,7 @@ This package can:
| `~/output/objects` | autoware_auto_perception_msgs/msg/DetectedObjects.msg | 3D detected object with twist. |
| `~/debug/nearest_neighbor_pointcloud` | sensor_msgs/msg/PointCloud2.msg | The pointcloud msg of nearest neighbor point. |

## Node parameter
## Node Parameter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Must]
This change is not necessary, so could you revert this change?
There is lack of uniformity in uppercase and lowercase between "Node Parameter" and "Core parameter".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YuqiHuai Any updates?

@kminoda kminoda added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 29, 2023
Copy link

stale bot commented Jan 29, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Jan 29, 2024
@scepter914
Copy link
Contributor

Because this PR has stale label and front_vehicle_velocity_estimator will be deleted, so I close this PR.
Thank you for contributing.

@scepter914 scepter914 closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) status:stale Inactive or outdated issues. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants